home *** CD-ROM | disk | FTP | other *** search
- #
- # @(#)rmid_ja.properties 1.6 01/02/09
- #
- # Copyright 1998-2001 by Sun Microsystems, Inc.,
- # 901 San Antonio Road, Palo Alto, California, 94303, U.S.A.
- # All rights reserved.
- #
- # This software is the confidential and proprietary information
- # of Sun Microsystems, Inc. ("Confidential Information"). You
- # shall not disclose such Confidential Information and shall use
- # it only in accordance with the terms of the license agreement
- # you entered into with Sun.
- #
-
- # "port" here refers to a TCP port for the server to listen on.
- rmid.syntax.port.badnumber=\
- \u30dd\u30fc\u30c8\u306f\u756a\u53f7\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002
- # port is not a number
-
- # "-port" should not be translated, because it's part of command syntax.
- rmid.syntax.port.missing=\
- -port \u30aa\u30d7\u30b7\u30e7\u30f3\u306b\u306f\u5f15\u6570\u304c\u5fc5\u8981\u3067\u3059\u3002
- # -port option requires argument
-
- # "-log" should not be translated, because it's part of command syntax.
- rmid.syntax.log.missing=\
- -log \u30aa\u30d7\u30b7\u30e7\u30f3\u306b\u306f\u5f15\u6570\u304c\u5fc5\u8981\u3067\u3059\u3002
- # -log option requires argument
-
- # {0} = the (string) illegal argument in question
- rmid.syntax.illegal.option=\
- \u4e0d\u6b63\u306a\u30aa\u30d7\u30b7\u30e7\u30f3: {0}
- # illegal option: {0}
-
- # {0} = the (string) reason text that came with a thrown exception
- # "Activation.main" should not be translated, because it's a codepoint
- rmid.unexpected.exception=\
- Activation.main: \u4f8b\u5916\u304c\u767a\u751f\u3057\u307e\u3057\u305f: {0}
- # Activation.main: an exception occurred: {0}
-
- # "java.home" should not be translated, because it's a property name
- # "ActivatorImpl" should not be translated, because it's a codepoint
- rmid.unfound.java.home.property=\
- ActivatorImpl: java.home \u3092\u691c\u51fa\u3067\u304d\u307e\u305b\u3093\u3002
- # ActivatorImpl: unable to locate java.home
-
- # "Activation.main" should not be translated, because it's a codepoint
- rmid.exec.policy.invalid=\
- Activation.main: \u7121\u52b9\u306a\u5b9f\u884c\u30dd\u30ea\u30b7\u30fc\u30af\u30e9\u30b9\u3067\u3059\u3002
- # Activation.main: invalid exec policy class
-
- # "rmid", "-port", "-log", "-stop", "-C" and "-J" should not be translated,
- # because they are syntax
- rmid.usage=\u4f7f\u3044\u65b9: {0} <options>\
- \n\
- \n<options> \u306b\u306f\u6b21\u306e\u3082\u306e\u304c\u3042\u308a\u307e\u3059\u3002\
- \n -port <port> rmid \u304c\u4f7f\u7528\u3059\u308b\u30dd\u30fc\u30c8\u3092\u6307\u5b9a\u3059\u308b\
- \n -log <directory> rmid \u304c\u30ed\u30b0\u3092\u66f8\u304d\u8fbc\u3080\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u6307\u5b9a\u3059\u308b\
- \n -stop \u6307\u5b9a\u30dd\u30fc\u30c8\u306b\u5bfe\u3059\u308b rmid \u306e\u73fe\u5728\u306e\u547c\u3073\u51fa\u3057\u3092\u4e2d\u6b62\u3059\u308b\
- \n -C<runtime flag> \u5404\u5b50\u30d7\u30ed\u30bb\u30b9 (\u8d77\u52d5\u30b0\u30eb\u30fc\u30d7) \u306b\u5f15\u6570\u3092\u6e21\u3059\
- \n -J<runtime flag> java \u30a4\u30f3\u30bf\u30d7\u30ea\u30bf\u306b\u5f15\u6570\u3092\u6e21\u3059\
- \n
- #rmid.usage=Usage: {0} <options>\
- #\n\
- #\nwhere <options> include:\
- #\n -port <port> Specify port for rmid to use\
- #\n -log <directory> Specify directory in which rmid writes log\
- #\n -stop Stop current invocation of rmid (for specified port)\
- #\n -C<runtime flag> Pass argument to each child process (activation group)\
- #\n -J<runtime flag> Pass argument to the java interpreter\
- #\n\
-
- # This means "The currently running activation daemon has been shut down,
- # and is about to exit".
- rmid.daemon.shutdown=\
- \u8d77\u52d5\u30c7\u30fc\u30e2\u30f3\u304c\u505c\u6b62\u3057\u307e\u3057\u305f\u3002
- # activation daemon shut down
-